home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib2 / v_02_09 / 2n09023c < prev    next >
Encoding:
Text File  |  1995-11-01  |  153 b   |  9 lines

  1.  
  2. IF ISSQL() AND SQLISCONNECT()
  3. THEN
  4.         MESSAGE "Can't shell to DOS without breaking SQL connection"
  5. ELSE
  6.         RUN BIG dos_command
  7. ENDIF
  8.  
  9.